home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / MSWLGO35.ZIP / LOGOLIB / ` < prev    next >
Text File  |  1990-08-21  |  369b  |  12 lines

  1. to ` :backq.list
  2. if emptyp :backq.list [op []]
  3. if equalp first :backq.list ", ~
  4.    [op fput run first bf :backq.list ` bf bf :backq.list]
  5. if equalp first :backq.list ",@ ~
  6.    [op se run first bf :backq.list ` bf bf :backq.list]
  7. if wordp first :backq.list [op fput first :backq.list ` bf :backq.list]
  8. op fput ` first :backq.list ` bf :backq.list
  9. end
  10.  
  11. bury "`
  12.